home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Big Mouth 10
/
Big_Mouth_The_10_1996_-_Side_D.d64
/
sheet music
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2023-02-26
|
599b
|
28 lines
10 rem music.load.2
15 if f=0 then f=1:load "-sheet data",8,1
20 poke 53281,0:print"":g=13*4096
40 poke g+29,0:poke g+39,14:poke g+28,1
100 b=2*4096+1*256+15*16+0
110 tm=b+6
120 ad=b+7
130 sr=b+8
140 pc=b+9
150 wf=b+10
200 read t:if t=0 then 800
210 read a,d,s,r,w,p
250 print "[147]press a key to play the tune..."
260 get a$:if a$="" goto 260
300 poke tm,t
310 poke ad,a*16+d
320 poke sr,s*16+r
330 poke wf,w
340 poke pc,p
350 sys b
400 goto 200
500 data 70,7,9,0,0,17,0
600 data 65,2,7,0,0,33,1
700 data 0
799 :
800 print"[147]type 'run' when ready appears."
810 load"the main menu/bm",8,1